 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
	  background-color: #f7f7f7
    }

    .header {
	  background-color: #e3f8ff;
      height: px;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      padding: 0 1,5%;
	  border-bottom: 4px solid rgba(231, 231, 231, .69);
	  
    }
	
	.additional-info {
   text-align: left;
}

.additional-info a {
	margin-right: 200px;
  color: #111;
  font-size: 21px;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.additional-info a:hover {
  color: red;
}

    .logo {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  #width: 100%;
  #max-width: 300px;
  height: auto; 
    }


.nav {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.nav a {
  color: #030202;
  text-decoration: none;
  margin:  13.7px;
  font-size: 15.3px;
  font-weight: bold;
  transition: color 0.5s ease-in-out;
  position: relative;
}

.nav a:hover, .dropdown-menu:hover {
  color: red;
}

@media screen and (max-width: 768px) {
  .nav {
    flex-direction: column;
    align-items: center;
  }
  
  .nav a {
    margin: 10px;
  }
} 

@media screen and (max-width: 576px) {
  .nav {
    flex-direction: column;
    align-items: center;
  } 
 .nav a {
    font-size: 14px;
    margin: 5px;
  }
}

@media screen and (max-width: 321px) {
	  .nav {
    flex-direction: column;
    align-items: center;
  }
  .nav a {
    font-size: 12px;
    margin: 3px;
  }
}

.dropdown {
  color: #030202;
  text-decoration: none;
  margin:  20px;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.5s ease-in-out;
  position: relative;
  text-align: center
}

.dropdown .dropbtn {
  background-color: transparent;
}
a.dropbtn { 

    white-space: nowrap;
}

.dropdown:hover .dropbtn {
  color: red;
  background-color: transparent;
}

.dropdown-content {
  
  width: 270px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
   top: 95%;
  left: 10%;
  transform: translateX(-10%);
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.block {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin: 30px auto 20px;
  padding-right: 15px;
  padding-left: 25px;
  max-width: 1600px;
}

.block-header {
  padding: 10px;
  cursor: pointer;
}

.block-header.active {
  font-weight: bold;
}

.block-content {
  border-top: 1px solid #000;
  background-color: #f5f5f5;
  display: none;
  padding: 15px;
}

.block-content-visible {
  display: block;
}

.block-content-hidden {
  display: none;
}

.block p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.block table {
  width: 100%;
  border-collapse: collapse;
}

.block table td {
  /*border: 1px solid #ccc;*/
  padding: 5px;
}

.block table th {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #f1f1f1;
}

.block table td:nth-child(1) {
  width: 80%;
}

.block table td:nth-child(2) {
  width: 20%;
  text-align: center;
} 

.block-header:hover {
  background-color: #ddd;
}

.block-header i {
  transition: transform 0.3s ease-in-out;
}

.block-header.active i {
  transform: rotate(180deg);
} 

.block-header i.pull-right {
  float: right;
  margin-left: 10px;
} 

.block-header a:hover {
  cursor: pointer;
} 

.block-header a:focus {
  outline: none;
} 

.block-header a:active {
  outline: none;
} 

.block-header:focus {
  outline: none;
} 

.block-header:active {
  outline: none;
} 

.block-header:hover a {
  color: #000;
} 

.block-header:focus a {
  color: #000;
} 

.block-header:active a {
  color: #000;
} 

.block-header.active a {
  color: #000;
} 

.block-header > h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.block-header > h3:hover {
  cursor: pointer;
} 

.block-header > h3:active {
  outline: none;
} 

.block-header > h3:focus {
  outline: none;
} 

.block-header > h3 a {
  color: #000;
} 

.block-header > h3 a:hover {
  text-decoration: none;
} 

.block-header > h3 a:active {
  text-decoration: none;
} 

.block-header > h3 a:focus {
  text-decoration: none;
} 

.block-header > h3 > i {
  transition: transform 0.3s ease-in-out;
}

.block-header > h3 > i.pull-right {
  float: right;
  margin-left: 10px;
} 

.block-header.active > h3 > i {
  transform: rotate(180deg);
}


.main-image {
	
	background-color: #f0fbff;
  background-size: cover;
  height: 115px;
  display: flex;
  align-items: center;
  flex-direction: column; 
  border-bottom: 3px solid rgba(231, 231, 231, .69);
  padding: 10px;
  text-align: justify;
}

.main-image h1 {
  color: #111;
  font-size: 20px;
  text-align: left;
  /* text-shadow: 2px 2px #000; */
  transition: color 0.5s ease-in-out; /* add transition for color change */
}

.main-image h1:hover {
  color: red; /* change color to red on hover */
}
.why-us-wrapper {
  background-color: #f1f1f1;
  padding: 40px;
  text-align: center;
}

.why-us-heading h3 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
}

.why-us-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -50px;
}

.why-us-item {
  width: 300px;
  margin: 50px;
  padding: 17.2px;
  background-color: #f7f7f7;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.why-us-item:hover {
  transform: translateY(-10px);
}

.why-us-item-links {
  width: 500px;
  margin: 50px;
  padding: 14.6px;
  background-color: #f7f7f7;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  transition: all 0.3s ease;
}


.why-us-item-links:hover {
  transform: translateY(-10px);
}

.why-us-icon {
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
}

.why-us-icon i {
  color: #12a699;
}

.why-us-text {
  font-size: 16px;
  color: #343434;
  line-height: 1;
}


    .content {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 50px;

    }
	.text-content {
    
	margin-bottom: 20px;
  padding: 10px;
  text-align: justify;
}

    .info {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 30px;
      margin-bottom: 20px;
    }
	.info_sub {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      margin-bottom: 10px;
    }
	
	.info_sub_5 {
	background-color: #f0fbff;
  background-size: cover;
  height: 130px;
  width: 100%;
  display: flex;
  align-items: flex-start; 
  flex-direction: column; 
  border-bottom: 3px solid rgba(231, 231, 231, .69);
  padding: 10px;
  text-align: justify;
    }
	
	
    .info-box {
      background-color: #f2f2f2;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
	
	.info-box h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .info-box p {
      line-height: 1.5;
      font-size: 16px;
      color: #666;
    }
	
	.info-box-sotr {
		text-align: center;
      background-color: #f2f2f2;
      #padding: 40px;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

    .info-box-sotr h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .info-box-sotr p {
      line-height: 1.5;
      font-size: 16px;
      color: #666;
    }
	.partners {
		background-color: #f0fbff;
  background-size: cover;
  height: 17,5px;
  width: 100%;
  align-items: flex-start; 
  border-bottom: 3px solid rgba(231, 231, 231, .69);
  text-align: justify;
  display: flex;
  justify-content: space-between;
}

.partner-logo {
  width: auto !important;
  margin: 30px;
  height: 40px;
  min-width: 100px;
  min-height: 100px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.5s;
}

.partner-logo:hover {
  filter: grayscale(0%);
}

.partners_text {
text-align: center;
font-weight: 400;
font-size: 18px;
}
.partners_text:hover {
  color: red;
  background-color: transparent;
  transition: color 0.5s ease-in-out;

}

.text_element h1 {
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 2.5%;
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}

.text_element h2 {
  margin-bottom: 40px;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.75em 0;
}

.text_element h3 {
  margin-bottom: 40px;
  padding-right: 7.5%;
  padding-left: 7.5%;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

.text_element h4 {
  margin-bottom: 40px;
  padding-right: 7.5%;
  padding-left: 7.5%;
  font-size: 1.17em;
  font-weight: normal;
  margin: 1em 0;
}

.text_element p {
  margin-bottom: 40px;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 1em;
  margin: 1.12em 0;
}

      
 footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center
 }
footer a {
  color: #aaa;
}

footer a:hover {
  color: #fff;
}

footer p {
  margin: 0;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .container a {
  color: #fff;
}


.pay_btn button{
    color: #fff;
    font-family: var(--font_family);
    font-size: 18px;
    font-weight: 600;
    line-height: 54px;

    display: inline-block;

    height: 54px;
    padding: 0 24px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;

    border: none;
    border-radius: 2px;
    background: linear-gradient(102.85deg, rgba(255, 255, 255, .2) 12.86%, rgba(255, 255, 255, 0) 87.48%), #0e9a46;
}

.pay_btn a:hover,
.pay_btn button:hover{
    background: #1eaf58;
}.pay_btn {
font-size: 18px;
font-weight: 600;
line-height: 54px;

display: inline-block;

height: 54px;
padding: 0 24px;

cursor: pointer;
transition: .2s linear;
vertical-align: top;
text-decoration: none;

border: none;
border-radius: 2px;
background: #dff0f5;

display: flex;
justify-content: left;
}

.pay_btn:hover {
background: #75cfe6;
}

.pay_btn a {
color: #fff;
text-decoration: none;
}

.pay_btn a:hover {
text-decoration: underline;
}

.select-css { 
 
font-size: 16px; 
font-family: sans-serif; 
font-weight: 700; 
color: #444; 

padding: .6em 1.4em .5em .8em; width: 25%; 

box-sizing: border-box; 
margin: 0; 
border: 1px solid #aaa;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
border-radius: .5em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff; 
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%; 
} 
 .select-css::-ms-expand { display: none; } 
 .select-css:hover { border-color: #888; } 
 .select-css:focus { border-color: #aaa; 
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring; 
color: #222;
 outline: none; 
} 
 .select-css option { font-weight:normal; } 
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}

/* Основные стили, которые не зависят от размера устройства */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.header {
    background-color: #e3f8ff;
    height: auto; /* Удалено значение 'px', т.к. оно некорректно */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 1.5%; /* Исправлено с 1,5% на 1.5% */
    border-bottom: 4px solid rgba(231, 231, 231, .69);
}

@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
        padding: 10px 0; /* Добавлено некоторое вертикальное пространство */
    }

    .additional-info a {
        margin-right: 20px; /* Уменьшен отступ справа */
        font-size: 18px; /* Уменьшен размер шрифта */
    }

    /* ...адаптация других стилей... */
}

@media screen and (max-width: 576px) {
    .header {
        /* ...возможные стили для более узких экранов... */
    }

    .additional-info a {
        margin-right: 10px; /* Ещё меньше отступа справа */
        font-size: 16px; /* Ещё меньше размер шрифта */
    }

}

@media screen and (max-width: 321px) {
    .header {
        /* ...возможные стили для самых узких экранов... */
    }

    .additional-info a {
        margin-right: 5px; /* Минимальный отступ справа */
        font-size: 14px; /* Минимальный размер шрифта */
    }


}


